home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWAITFORWINDOW / TFRMWAITFORWINDOW.txt
Encoding:
Text File  |  2003-01-14  |  4.4 KB  |  183 lines

  1. inherited frmWaitForWindow: TfrmWaitForWindow
  2.   Left = 753
  3.   Top = 162
  4.   HelpContext = 111
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Causes task execution to pause at the current line until the spe' +
  15.           'cified window '
  16.         
  17.           'opens or closes.  To search for partial window titles, use wildc' +
  18.           'ard characters * '
  19.         'and ?.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         inherited Label2: TLabel
  26.           Top = 65
  27.         end
  28.         object lblAction: TLabel [1]
  29.           Left = 10
  30.           Top = 16
  31.           Width = 34
  32.           Height = 13
  33.           Caption = 'Ac&tion:'
  34.           FocusControl = cbxAction
  35.         end
  36.         inherited cboWindowTitle: TComboBox
  37.           Top = 81
  38.           TabOrder = 1
  39.           OnDropDown = cboWindowTitleDropDown
  40.         end
  41.         inherited cbIncludeHiddenWindows: TCheckBox
  42.           Top = 107
  43.           TabOrder = 2
  44.         end
  45.         inherited WindowHandlePnl1: TWindowHandlePnl
  46.           Top = 131
  47.           TabOrder = 3
  48.         end
  49.         object cbxAction: TComboBox
  50.           Left = 10
  51.           Top = 32
  52.           Width = 433
  53.           Height = 21
  54.           Style = csDropDownList
  55.           ItemHeight = 13
  56.           TabOrder = 0
  57.           Items.Strings = (
  58.             'Wait for window to open.'
  59.             'Wait for window to close.'
  60.             'Wait for window to be focused.'
  61.             'Wait for window to not be focused.')
  62.         end
  63.       end
  64.       object tbsAdvanced: TTabSheet [2]
  65.         Caption = 'Advanced'
  66.         ImageIndex = 4
  67.         object Label3: TLabel
  68.           Left = 10
  69.           Top = 10
  70.           Width = 309
  71.           Height = 13
  72.           AutoSize = False
  73.           Caption = '&Time out after (optional):'
  74.           FocusControl = edtScalar
  75.         end
  76.         object edtScalar: TEdit
  77.           Left = 10
  78.           Top = 26
  79.           Width = 107
  80.           Height = 21
  81.           TabOrder = 0
  82.         end
  83.         object cboMeasure: TComboBox
  84.           Left = 127
  85.           Top = 26
  86.           Width = 107
  87.           Height = 21
  88.           Style = csDropDownList
  89.           Font.Charset = DEFAULT_CHARSET
  90.           Font.Color = clWindowText
  91.           Font.Height = -11
  92.           Font.Name = 'Tahoma'
  93.           Font.Style = []
  94.           ItemHeight = 0
  95.           ParentFont = False
  96.           TabOrder = 1
  97.         end
  98.         object GroupBox1: TGroupBox
  99.           Left = 10
  100.           Top = 102
  101.           Width = 449
  102.           Height = 82
  103.           Caption = 'Action'
  104.           TabOrder = 2
  105.           Visible = False
  106.           object rdoAppear: TRadioButton
  107.             Left = 10
  108.             Top = 14
  109.             Width = 401
  110.             Height = 17
  111.             Caption = 'Wait for window to &open'
  112.             Checked = True
  113.             TabOrder = 0
  114.             TabStop = True
  115.           end
  116.           object rdoDisappear: TRadioButton
  117.             Left = 10
  118.             Top = 29
  119.             Width = 401
  120.             Height = 17
  121.             Caption = 'Wait for window to &close'
  122.             TabOrder = 1
  123.           end
  124.           object rdoFocus: TRadioButton
  125.             Left = 10
  126.             Top = 43
  127.             Width = 401
  128.             Height = 17
  129.             Caption = 'Wait for window to be &focused'
  130.             TabOrder = 2
  131.           end
  132.           object rdoBackground: TRadioButton
  133.             Left = 10
  134.             Top = 58
  135.             Width = 401
  136.             Height = 17
  137.             Caption = 'Wait for window to ¬ be focused'
  138.             TabOrder = 3
  139.           end
  140.         end
  141.       end
  142.     end
  143.   end
  144.   inherited taclKeyboardTrap: TActionList
  145.     Left = 136
  146.   end
  147.   inherited dxSIBarManager: TdxBarManager
  148.     Categories.ItemsVisibles = (
  149.       2)
  150.     Categories.Visibles = (
  151.       True)
  152.     PopupMenuLinks = <
  153.       item
  154.         Control = lsvAM5Errors
  155.         PopupMenu = dxCheckPopup
  156.       end>
  157.     Left = 200
  158.     DockControlHeights = (
  159.       0
  160.       0
  161.       0
  162.       0)
  163.   end
  164.   inherited dxCheckPopup: TdxBarPopupMenu
  165.     ItemLinks = <
  166.       item
  167.         Item = itmCheckAllErrors
  168.         UserGlyph.Data = {00000000}
  169.         Visible = True
  170.       end
  171.       item
  172.         Item = itmCheckNoErrors
  173.         UserGlyph.Data = {00000000}
  174.         Visible = True
  175.       end>
  176.     Left = 232
  177.   end
  178.   inherited IvTranslator1: TIvTranslator
  179.     Left = 168
  180.     Top = 348
  181.   end
  182. end
  183.